GoDiagram Win Reference
ReverseLink Method (GoLayoutGenericNetwork<N,L,Y>)

Reverses the direction of a link in the network.
Syntax
'Declaration
 
Public Sub ReverseLink( _
   ByVal link As L _
) 
public void ReverseLink( 
   L link
)

Parameters

link
Remarks
This calls GoLayoutGenericNetwork.Link<N,L,Y>.ReverseLink and also adjusts the source links and destination links of both connected nodes. If either GoLayoutGenericNetwork.Link<N,L,Y>.FromNode or GoLayoutGenericNetwork.Link<N,L,Y>.ToNode are null, this method does nothing.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutGenericNetwork<N,L,Y> Class
GoLayoutGenericNetwork<N,L,Y> Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback